home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / atfastky.arc / ATFASTKY.DOC < prev   
Encoding:
Text File  |  1987-03-22  |  2.6 KB  |  49 lines

  1. ATFASTKY:  Mar 21, 1987; - Public Domain AT keyboard accelerator
  2.                            coded by Brian Murphy
  3.  
  4.  
  5.     ATFASTKY speeds up the keyboard repeat rate on machines which use an
  6. 8024 keyboard controller (AT's and Compaq 386's are among the machines which
  7. fall into this category.  IBM PC's, XT's and JR's do not), and that have a
  8. programmable keyboard (if your keyboard is a true IBM clone it's programmable).
  9.     While most key board accelerators accomplish their task by leaving a
  10. bit of themselves resident and playing around with interrupts and internal
  11. timers, this program works in a completely different way.  The 8024 keyboard
  12. controller is chip on the system board, and one of the things you can use it
  13. for is to program the keyboard of the AT (providing your brand has a
  14. programmable keyboard).  What you can program into the keyboard is its repeat
  15. rate.  ATFASTKY uses this approach, i.e. it programs the keyboard's
  16. microprocessor (didn't even know there was one there did you).  Thus the
  17. change is transparent, only has to be made once on power up, and is clean,
  18. i.e it DOESN'T LEAVE RESIDENT PROGRAMS IN MEMORY!
  19.     This acceleration rate complements some common accelerators, such as
  20. PC Magazine's KWIKEYS (which does remain resident), so if ATFASTKY isn't
  21. enough for you, adding your favorite resident accelerator my give you a
  22. screaming cursor.  On an 80386 I've gotten the cursor all the way across the
  23. screen in 1.5 seconds!
  24.     As to how well ATFASTKY will work with all types of machines is
  25. somewhat up in the air.  Obviously if the machine doesn't have an 8024 it
  26. won't work.  Other than that, it should . . . but you never know.  The worst
  27. that can happen is that your machine will hang, or the keyboard repeat rate
  28. isn't changed.  The best location for firing ATFASTKY up would be in your
  29. AUTOEXEC.BAT file where it will do its job and you can forget about it.
  30.  
  31.     To use ATFASTKY, just type ATFASTKY (difficult huh?).  This will
  32. make your cursor move as fast as the keyboard can make it go.
  33.  
  34.     If you actually want to set the cursor delay and repeat values to
  35. different parameters, ATFASTKY will accept command line arguments to do this
  36. as well.  For an explanation of how to do this, read the comments at the
  37. beginning of the enclosed listing.  You have 4 delay times and 31 repeat
  38. rates to choose from!
  39.  
  40.  
  41. NOTE:  ATFASTKY is a .COM program.  If you wish to assemble it yourself
  42.        you must use EXE2BIN after you've linked it.
  43.  
  44.  
  45. - Brian Murphy
  46.  
  47. ATFASTKY is in the public domain.  You are free to distribute it but it may
  48. not be sold or combined with any item as part of a sale package.
  49.